Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper tests #147

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Proper tests #147

wants to merge 2 commits into from

Conversation

rustkas
Copy link

@rustkas rustkas commented Apr 27, 2022

  • Rethink EUnit tests (reproduce EUnit tests as proper tests, fixing expected state of worker pool).
  • Fix error:
===> Errors loading plugin {rebar3_eqc,".*",
{git,
"https://github.com/kellymclaughlin/rebar3-eqc-plugin.git",
{tag,"0.1.0"}}}. Run rebar3 with DEBUG=1 set to see errors.

Note:
poolboy_eqc.erl is not worked. I would be nice rewrite it or remove it.

  • Add documentation to status(Pool) function.
  • Add lounching property tests run by Make file command

Add -spec tag to all function in poolboy module.
Improving the readability of the description of the specification (-spec) of function parameters.
Add the use of @equiv tag to increase understanding of how the function works.
Add edoc, edoc_private tasks to Makefile.
Rethink EUnit tests (reproduce EUnit tests as proper tests, fixing expected state of worker pool).

Fix error:
===> Errors loading plugin {rebar3_eqc,".*",
                               {git,
                                   "https://github.com/kellymclaughlin/rebar3-eqc-plugin.git",
                                   {tag,"0.1.0"}}}. Run rebar3 with DEBUG=1 set to see errors.

Note:
poolboy_eqc.erl is not worked. I would be nice rewrite it or remove it.

Add documentation to status(Pool) function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant